home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Magazine / Morphos / GCC / ppc-amigaos / include / powerup / lvo / gadtools_lvo.h < prev    next >
C/C++ Source or Header  |  2000-02-28  |  996b  |  37 lines

  1. #ifndef _LVO_GADTOOLS_LIB_H
  2. #define _LVO_GADTOOLS_LIB_H
  3.  
  4. /*
  5.  *  $VER: gadtools_lvolib.h (08/03/97)
  6.  *
  7.  */
  8.  
  9.  
  10. #define    LVO_CreateGadgetA    (-0x1E)
  11. #define    LVO_FreeGadgets    (-0x24)
  12. #define    LVO_GT_SetGadgetAttrsA    (-0x2A)
  13. #define    LVO_CreateMenusA    (-0x30)
  14. #define    LVO_FreeMenus    (-0x36)
  15. #define    LVO_LayoutMenuItemsA    (-0x3C)
  16. #define    LVO_LayoutMenusA    (-0x42)
  17. #define    LVO_GT_GetIMsg    (-0x48)
  18. #define    LVO_GT_ReplyIMsg    (-0x4E)
  19. #define    LVO_GT_RefreshWindow    (-0x54)
  20. #define    LVO_GT_BeginRefresh    (-0x5A)
  21. #define    LVO_GT_EndRefresh    (-0x60)
  22. #define    LVO_GT_FilterIMsg    (-0x66)
  23. #define    LVO_GT_PostFilterIMsg    (-0x6C)
  24. #define    LVO_CreateContext    (-0x72)
  25. #define    LVO_DrawBevelBoxA    (-0x78)
  26. #define    LVO_GetVisualInfoA    (-0x7E)
  27. #define    LVO_FreeVisualInfo    (-0x84)
  28. #define    LVO_gadtoolsPrivate1    (-0x8A)
  29. #define    LVO_gadtoolsPrivate2    (-0x90)
  30. #define    LVO_gadtoolsPrivate3    (-0x96)
  31. #define    LVO_gadtoolsPrivate4    (-0x9C)
  32. #define    LVO_gadtoolsPrivate5    (-0xA2)
  33. #define    LVO_gadtoolsPrivate6    (-0xA8)
  34. #define    LVO_GT_GetGadgetAttrsA    (-0xAE)
  35.  
  36. #endif
  37.